SelectCell(UInt32,UInt32) Method
Selects a cell by row and column index.

C# Syntax

void SelectCell( 
   uint row,
   uint columnIndex
)

Parameters

row
The 1-based row index.
columnIndex
The 1-based column index.